IHipImageDecoder

Undocumented in source.

Members

Functions

dispose
void dispose()

Dispose the pixels

startDecoding
bool startDecoding(ubyte[] data, void delegate() onSuccess, void delegate() onFailure)

Use that for decoding from memory, returns whether data was invalid.

Static functions

getPixel
const(ubyte[4]) getPixel()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IImageBase

getWidth
uint getWidth()
Undocumented in source.
getHeight
uint getHeight()
Undocumented in source.
getPixels
const(ubyte[]) getPixels()
Undocumented in source.
getBytesPerPixel
ubyte getBytesPerPixel()
Undocumented in source.
getBitsPerPixel
ushort getBitsPerPixel()
Undocumented in source. Be warned that the author may not have intended to support it.
getSizeBytes
size_t getSizeBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
getPalette
const(ubyte[]) getPalette()
Undocumented in source.
hasPalette
bool hasPalette()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta